mergNIC
Type
library
Description
mergNIC is an iOS external for obtaining information about the network interfaces active on the device. mergNIC includes NICInfo by Mind in Machine.
Associated Syntax
Function
Name | Summary | Syntax |
---|---|---|
mergNICis3GConnected | Check if 3G is connected | mergNICis3GConnected() |
mergNICisBluetoothConnected | Check if bluetooh is connected is connected | mergNICisBluetoothConnected() |
mergNICisPersonalHotspotActivated | Check if personal hotspot is activated is connected | mergNICisPersonalHotspotActivated() |
mergNICisWifiConnected | Check if Wifi is connected is connected | mergNICisWifiConnected() |
mergNICisWifiConnectedToNAT | Check if Wifi is connected to NAT is connected | mergNICisWifiConnectedToNAT() |
mergNICInterfaces | Get the network interfaces | mergNICInterfaces() |
mergNICMacAddress | Get the MAC address for am interface | mergNICMacAddress(<pInterface>) |
mergNICIPCount | Get the number of IPs for an interface | mergNICIPCount(<pInterface>, [<pVersion>]) |
mergNICIPInfo | Get a property of an interface IP | mergNICIPInfo(<pInterface>, <pIP>, <pProperty>, [<pVersion>]) |